projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2594e42
)
[IA64] ia64 counter part of 19376:9fc957e63f8d.
author
Isaku Yamahata
<yamahata@valinux.co.jp>
Thu, 2 Apr 2009 10:43:16 +0000
(19:43 +0900)
committer
Isaku Yamahata
<yamahata@valinux.co.jp>
Thu, 2 Apr 2009 10:43:16 +0000
(19:43 +0900)
This patch is the ia64 counter part of 19376:
9fc957e63f8d
.
Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
xen/include/asm-ia64/mm.h
patch
|
blob
|
history
diff --git
a/xen/include/asm-ia64/mm.h
b/xen/include/asm-ia64/mm.h
index b7b2d392174d24e59f5ea14ceb5656538b2e1ee3..bb3dc8ae5b733f951db38870c4e1ce328b248760 100644
(file)
--- a/
xen/include/asm-ia64/mm.h
+++ b/
xen/include/asm-ia64/mm.h
@@
-212,6
+212,7
@@
static inline void put_page(struct page_info *page)
unsigned long nx, x, y = page->count_info;
do {
+ ASSERT((y & PGC_count_mask) != 0);
x = y;
nx = x - 1;
}